home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi1 / lesson2 / diskerr.dfm / diskerr.txt
Encoding:
Text File  |  1995-09-02  |  571 b   |  30 lines

  1. object Form1: TForm1
  2.   Left = 250
  3.   Top = 174
  4.   Width = 435
  5.   Height = 111
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 13
  15.     Top = 8
  16.     Width = 401
  17.     Height = 16
  18.     Caption = 'This project demonstrates exception trapping -  drive invalid'
  19.   end
  20.   object Button1: TButton
  21.     Left = 85
  22.     Top = 38
  23.     Width = 257
  24.     Height = 33
  25.     Caption = 'Try to change to A:\ drive'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29. end
  30.